home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / dir < prev    next >
Text File  |  1995-05-05  |  4KB  |  109 lines

  1.  
  2.  
  3.  
  4.             Dir(V1.3, 2.x/3.x) (located in the C: directory)
  5.  
  6.  
  7.  
  8.      NAME
  9.             Dir - Pretty display of files and directories.
  10.  
  11.      SYNOPSIS
  12.             DIR Dir OPT [ADFHIS] SIZE INTER HILITE FILES DIRS ALL
  13.  
  14.      DESCRIPTION
  15.             Dir by itself displays any files and directories in 
  16.         the current directory.  By default, Dir will display any 
  17.         subdirectories, one per line, and then any files, in two 
  18.         columns, in sorted order.  Directories are followed by 
  19.         the string "(dir)".
  20.  
  21.             You can specify an alternate directory to display as 
  22.         an argument, and you may also use wildcards.  If you use 
  23.         wildcards, Dir will display all files that match that 
  24.         wildcard pattern.  If it encounters a directory during 
  25.         the course of its search for matching patterns, it will 
  26.         display the name of the directory, and also its contents.
  27.  
  28.      OPTIONS
  29.           OPT 
  30.             This flag along with a single letter can represent 
  31.         the option you desire, or you may use the clearer keyword 
  32.         equivalents supplied.  The options and their keyword 
  33.         equivalents are described below:
  34.  
  35.           SIZE or OPT S
  36.             This ARP option displays the names of the files and 
  37.         their sizes in two columns on the display device.  If a 
  38.         directory is encountered, it is identified as usual with 
  39.         a "(dir)".
  40.  
  41.           HILITE or OPT H
  42.             This ARP option enables pretty printing of Dirs 
  43.         output.  All directory names will be displayed in inverse 
  44.         video.
  45.  
  46.           FILES or OPT F
  47.             This displays only files, any directories found will 
  48.         will not be displayed.
  49.  
  50.           DIRS or OPT D
  51.             This displays only directories, any files found will 
  52.         not be displayed.
  53.  
  54.           ALL or Opt A
  55.             This option displays the complete contents of that 
  56.         branch of the directory tree.  As Dir descends a level, 
  57.         the indentation is increased to make the organization of 
  58.         the disk clearer to the eye.  You may use some of the 
  59.         other options or keywords along with ALL to generate the 
  60.         display you need.
  61.  
  62.           INTER or OPT I
  63.             This allows interactive file browsing through a 
  64.         directory or a disk.  Using this option, you will be 
  65.         presented with a file or directory name, followed by a 
  66.         question mark. You can find out what additional options 
  67.         are available to you at this point by typing another 
  68.         question mark '?', and pressing return.  These are:
  69.  
  70.           B=BACK
  71.             Moves backwards, up the directory tree.  If you are 
  72.         at the top, this will exit the listing.
  73.  
  74.           DEL=DELETE
  75.             This will delete the current file.
  76.  
  77.           E=ENTER
  78.             This will enter a directory.  Note that you must be 
  79.         at a directory entry in order for this option to be 
  80.         valid.
  81.  
  82.           Q=QUIT
  83.             This will quit Dir.
  84.  
  85.           T=TYPE
  86.             This will type the current file.
  87.  
  88.           C=COM
  89.             This takes any command as an argument, and sends it 
  90.         to a subshell.  Any shell command can be used here, 
  91.         including the IO Redirection operators (<, >, and >>).  
  92.         If you do not specify a command as an argument, you will 
  93.         be prompted for one.
  94.  
  95.      EXAMPLES
  96.             1. To get a listing of all directories on drive DF1:
  97.  
  98.              DIR DF1: ALL DIRS
  99.              or
  100.              DIR DF1: OPT AD
  101.  
  102.             2. To get a listing of all directories and files and 
  103.         the sizes of the files on drive df0:, as well as 
  104.         displaying the directories in inverse video do:
  105.  
  106.              DIR DF1: ALL SIZES HILITE
  107.              or
  108.              DF1: OPT ASH
  109.